net/http.http2Setting.Val (field)
27 uses
net/http (current package)
h2_bundle.go#L2085: return s.Val, true
h2_bundle.go#L2097: Val: binary.BigEndian.Uint32(buf[i*6+2 : i*6+6]),
h2_bundle.go#L2155: f.writeUint32(s.Val)
h2_bundle.go#L2950: fmt.Fprintf(&buf, " %v=%v,", s.ID, s.Val)
h2_bundle.go#L3327: Val uint32
h2_bundle.go#L3331: return fmt.Sprintf("[%v = %d]", s.ID, s.Val)
h2_bundle.go#L3339: if s.Val != 1 && s.Val != 0 {
h2_bundle.go#L3343: if s.Val > 1<<31-1 {
h2_bundle.go#L3347: if s.Val < 16384 || s.Val > 1<<24-1 {
h2_bundle.go#L5316: sc.headerTableSize = s.Val
h2_bundle.go#L5317: sc.hpackEncoder.SetMaxDynamicTableSize(s.Val)
h2_bundle.go#L5319: sc.pushEnabled = s.Val != 0
h2_bundle.go#L5321: sc.clientMaxStreams = s.Val
h2_bundle.go#L5323: return sc.processSettingInitialWindowSize(s.Val)
h2_bundle.go#L5325: sc.maxFrameSize = int32(s.Val) // the maximum valid s.Val is < 2^31
h2_bundle.go#L5327: sc.peerMaxHeaderListSize = s.Val
h2_bundle.go#L7422: {ID: http2SettingEnablePush, Val: 0},
h2_bundle.go#L7423: {ID: http2SettingInitialWindowSize, Val: http2transportDefaultStreamFlow},
h2_bundle.go#L7426: initialSettings = append(initialSettings, http2Setting{ID: http2SettingMaxHeaderListSize, Val: max})
h2_bundle.go#L9398: cc.maxFrameSize = s.Val
h2_bundle.go#L9400: cc.maxConcurrentStreams = s.Val
h2_bundle.go#L9403: cc.peerMaxHeaderListSize = uint64(s.Val)
h2_bundle.go#L9409: if s.Val > math.MaxInt32 {
h2_bundle.go#L9416: delta := int32(s.Val) - int32(cc.initialWindowSize)
h2_bundle.go#L9422: cc.initialWindowSize = s.Val